Action hook 'customize_save_{$id_base}'
in WP Core File wp-includes/class-wp-customize-setting.php at line 539
Description
Fires when the WP_Customize_Setting::save() method is called. The dynamic portion of the hook name, `$id_base` refers to the base slug of the setting name.
Occurrences
Filename |
Line Number |
wp-includes/class-wp-customize-setting.php |
539 |
Parameters
Type |
Name |
Description |
WP_Customize_Setting |
$setting |
WP_Customize_Setting instance. |
PHP Doc
/**
* Fires when the WP_Customize_Setting::save() method is called.
*
* The dynamic portion of the hook name, `$id_base` refers to
* the base slug of the setting name.
*
* @since 3.4.0
*
* @param WP_Customize_Setting $setting WP_Customize_Setting instance.
*/